Aggregate - DoubleAverage

DoubleAverage Aggregate Functoid

Description: The DoubleAverage Aggregate Functoid will return the average numeric value of the data provided to the input Field for of all the records within the table. If used in combination with the Group Aggregate the average numeric value for all the record in each group will be shown. It has almost the same functionality as the Average Aggregate Functoid but the DoubleAverage Aggregate Functoid has fraction support. Inputs with their allowed values:

Picture of the DoubleAverage Aggregate Functoid

 
Remark: None. Example: Example 1: Table with group by
Group By Values Result of DoubleAverage
Group1 2.2 3.35
Group1 4.5 3.35
Group2 3.7 5.4
Group2 7.1 5.4
See Figure 1.

Figure 1